From: Richard M. Stallman Date: Sat, 29 May 1993 06:08:18 +0000 (+0000) Subject: (C_SWITCH_MACHINE): Define only if not __GNUC__. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95816 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2241819fd8b35c0fc009599c48bef9fad8d83b36;p=emacs.git (C_SWITCH_MACHINE): Define only if not __GNUC__. --- diff --git a/src/m/ibmrt.h b/src/m/ibmrt.h index c92df7e92f6..e0830f995b0 100644 --- a/src/m/ibmrt.h +++ b/src/m/ibmrt.h @@ -125,7 +125,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Special switches to give the C compiler. */ +#ifndef __GNUC__ #define C_SWITCH_MACHINE -Dalloca=_Alloca +#endif /* Don't attempt to relabel some of the data as text when dumping. It does not work because their virtual addresses are not consecutive.